Presentation: Tweet"Using LocalStorage to build a HTML5 Browser-Client"
Track:
HTML5, JavaScript and the Future of the Web
/
Time:
Friday 15:35 - 16:35
/
Location:
Room 204/205
The future of desktop apps is HTML5. HTML5 is a big specification with lots of different aspects.
In this talk we will focus on the APIs and Capabilities to build client-side apps that run inside your browser.
One of the most important components is the LocalStorage API. In most programming examples on the
web, it is only used to store small amounts of configuration data. We will use it to build a client-side key-value store that acts like a powerful but simple NoSQL-database, that synchronizes automatically with a backend service.